
# delimit ;

/*COID6*/;

/*LANGUAGE PROBLEMS*/;

*For lang_resp;

replace lang_resp = 96 if hh_id1 == 10 & hh_id2 == 6;

replace lang_resp = 96 if hh_id1 == 53 & hh_id2 == 10; 

replace lang_resp = 96 if hh_id1 == 97 & hh_id2 == 2;

*For translator;

replace translator = 1 if hh_id1 == 7 & hh_id2 == 9; 

replace translator = 1 if hh_id1 == 10 & hh_id2 == 6;

replace translator = 1 if hh_id1 == 53 & hh_id2 == 10;

replace translator = 1 if hh_id1 == 119 & hh_id2 == 4;

replace translator = 1 if hh_id1 == 75 & hh_id2 == 2;

*For screener;

replace screener = 2 if hh_id1 == 168 & hh_id2 == 6;      